﻿/* CSS Document */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 30%;
	left: 35%;
	width: 350px;
	height: 340px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	background:url(../images/login_div.png) no-repeat;
}

.white_content_f5 {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 35%;
	height: 35%;
	z-index:1002;
	overflow: auto;
}

.white_prefect
{
    display: none;
    position: absolute;
    top: 40%;
    left: 30%;
    width: 35%;
    height: 40px;
    margin-top:10px;
    z-index:1002;
    overflow: auto;
    text-align:center;
    background-color:white;
    padding-top:10px;
}
.white_content_div_b{
	width: 330px; height: auto;marign:0 auto;margin-top:30px;
}
.white_content_div_b ul{margin-left:-20px;}
.white_content_div_b_li1{width:250px;float:left;margin-left:30px;}
.white_content_div_b_li1_img{width:25px;height:auto;float:left;margin-left:10px;}
.white_content_div_b_li1_input{width:170px;height:30px;float:left;}
#loginname,#pwd{width:170px;height:23px;float:left;
border-left:0px;border-top:0px;border-right:0px;border-bottom:0px;
font-size:14px;outline:none;color:#999}
.white_content_div_b_li2{width:250px;float:left;margin-top:20px;margin-left:30px;}
.white_content_div_b_li2_img{width:25px;height:auto;float:left;margin-left:10px;}
.white_content_div_b_li2_input{width:170px;height:30px;float:left;}
.white_content_div_b_li3{width:240px;float:left;margin-top:10px;margin-left:30px;}
.white_content_div_b_li3_l{width:90px;height:auto;float:left;}
.white_content_div_b_li3_r{width:90px;height:auto;float:right;}
.white_content_div_b_li3_r a{color:#000000;cursor:pointer;text-decoration:none;}
.white_content_div_b_li3_r a:hover{color:#3398cc}
.white_content_div_b_li4{width:240px;float:left;margin-top:20px;margin-left:30px;}
.white_content_div_b_li4_l{width:110px;height:auto;float:left;margin-left:0px;}
.white_content_div_b_li4_r{width:110px;height:auto;float:right;margin-right:5px;}
.white_content_div_b_li5{width:240px;float:left;margin-top:10px;margin-left:30px;}

.white_content_log_input,.white_content_pwd_input{
	width:230px;
	height:27px;
	border-radius:15px;
	border:1px solid #CCCCCC;
	outline:none;
	font-size:14px;
	padding-top:3px;
}

